home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Magazine / Online / QMail / docs / qmail signals < prev    next >
Encoding:
Text File  |  1997-10-02  |  613 b   |  18 lines

  1.    The new trigger mechanism uses Amiga signals directly instead of going
  2. through fifo.library. I took the oppertunity to make qmail-send react to the
  3. following signals also:
  4.  
  5.    Ctrl-C: Exit cleanly.
  6.    Ctrl-D: Scan qmail/queue/todo for unprocessed messages.
  7.    Ctrl-E: Try to send all queued messages now.
  8.    Ctrl-D: Reload control/locals and control/virtualdomains.
  9.  
  10. For example, to force qmail to attempt to flush the queue, execute
  11.  
  12.     Break `Status COMMAND qmail-send` E
  13.  
  14. from a shell.
  15.  
  16. The trigger mechanism uses the Ctrl-D signal to inform qmail-send about new
  17. (unprocessed) messages added to the queue.
  18.